home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / sphigs / sph_mac.hqx / SRGP port to 5.0 (compressed) / SRGP_SPHIGS Root / MacSRGP / srgp_state.proto.h < prev    next >
Encoding:
Text File  |  1992-02-13  |  629 b   |  19 lines

  1.  
  2. /* srgp_state.c */
  3. void SRGP_tracing(boolean);
  4. void SRGP_disableDebugAids(void);
  5. void SRGP_enableBlockedWait(void);
  6. void SRGP_beginWithDebug(char *, int, int, int, boolean);
  7. void SRGP_begin(char *, int, int, int, boolean);
  8. void SRGP_registerResizeCallback(funcptr);
  9. void SRGP_end(void);
  10. void SRGP_setErrorHandlingMode(errorHandlingMode);
  11. void SRGP_setMaxCanvasIndex(int);
  12. void SRGP_setMaxPatternIndex(int);
  13. void SRGP_setMaxCursorIndex(int);
  14. void SRGP_setMaxFontIndex(int);
  15. void SRGP_setMaxPointlistSize(int);
  16. void SRGP_setMaxStringSize(int);
  17. void SRGP__reactToScreenResize(int, int);
  18. void SRGP_changeScreenCanvasSize(int, int);
  19.